home *** CD-ROM | disk | FTP | other *** search
- 1. Copy pccs_m.inc, pccs_s.inc, kom_pccs.inc
- in your folder or directory.
- If you don't know where they should be, copy them "include"
- sub-directory(folder).
-
- 2. Specify this include file in your scene
- like this ...
-
- ....
- #include "kom_pccs.inc"
- ....
-
- ....
- pigment{ color paleBlue }
- ....
-
-
- *** Note ***
- "pccs_m.inc" is main file. "pccs_s.inc" is a file which extends
- the color name definitions of pccs_m.inc.
- "kom_pccs.inc" just calls pccs_m.inc and pccs_s.inc,
- so it is enough to include only "kom_pccs.inc" in your scene file.
- See kom_pccs.inc and my homepage, and you can get more information.
- Thank you for your time!
-
- Komuro Hideki, Tokyo, Japan.
-
- kom@super.win.or.jp
- http://www.win.or.jp/~a-kojima/indexe.html
-